func runtime.schedEnabled

5 uses

	runtime (current package)
		proc.go#L4017: 	if sched.disable.user && !schedEnabled(gp) {
		proc.go#L4022: 		if schedEnabled(gp) {
		proc.go#L4679: 		if sched.disable.user && !schedEnabled(gp) {
		proc.go#L4799: 	if schedEnabled(gp) {
		proc.go#L6449: func schedEnabled(gp *g) bool {